gtk: mark gtk_text_mark_get_buffer as nullable
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 17:19:41 +0000 (18:19 +0100)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Sat, 1 Jan 2022 17:19:41 +0000 (18:19 +0100)
gtk/gtktextmark.c

index 878c6ed57f11f51778238abfcdcf372d0b2c5b57..58b56057c2da835340e008d75149cdb34a2209f4 100644 (file)
@@ -346,7 +346,7 @@ gtk_text_mark_get_deleted (GtkTextMark *mark)
  *
  * Returns %NULL if the mark is deleted.
  *
- * Returns: (transfer none): the mark’s `GtkTextBuffer`
+ * Returns: (transfer none) (nullable): the mark’s `GtkTextBuffer`
  */
 GtkTextBuffer*
 gtk_text_mark_get_buffer (GtkTextMark *mark)